﻿2026-06-16T09:34:56.6936673Z ##[group]Run set -euo pipefail
2026-06-16T09:34:56.6936983Z [36;1mset -euo pipefail[0m
2026-06-16T09:34:56.6937201Z [36;1mPIN=0c95435[0m
2026-06-16T09:34:56.6937412Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-16T09:34:56.6937674Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-16T09:34:56.6938008Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-16T09:34:56.6938417Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-16T09:34:56.6938841Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-16T09:34:56.6939335Z [36;1m  rm -rf "$CACHE"[0m
2026-06-16T09:34:56.6939574Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-16T09:34:56.6939855Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-16T09:34:56.6940203Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-16T09:34:56.6940527Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-16T09:34:56.6940785Z [36;1mfi[0m
2026-06-16T09:34:56.6941061Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-16T09:34:56.6954716Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-16T09:34:56.6955024Z env:
2026-06-16T09:34:56.6955224Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T09:34:56.6955467Z ##[endgroup]
2026-06-16T09:34:56.9880620Z    Compiling proc-macro2 v1.0.106
2026-06-16T09:34:56.9881225Z    Compiling unicode-ident v1.0.24
2026-06-16T09:34:56.9881722Z    Compiling quote v1.0.45
2026-06-16T09:34:56.9882137Z    Compiling libc v0.2.186
2026-06-16T09:34:56.9882653Z    Compiling serde_core v1.0.228
2026-06-16T09:34:56.9883047Z    Compiling cfg-if v1.0.4
2026-06-16T09:34:56.9906325Z    Compiling serde v1.0.228
2026-06-16T09:34:56.9937758Z    Compiling log v0.4.32
2026-06-16T09:34:57.0021831Z    Compiling pin-project-lite v0.2.17
2026-06-16T09:34:57.0022548Z    Compiling portable-atomic v1.13.1
2026-06-16T09:34:57.0054461Z    Compiling typenum v1.20.1
2026-06-16T09:34:57.0055157Z    Compiling memchr v2.8.1
2026-06-16T09:34:57.0093120Z    Compiling version_check v0.9.5
2026-06-16T09:34:57.0093958Z    Compiling critical-section v1.2.0
2026-06-16T09:34:57.0301766Z    Compiling shlex v2.0.1
2026-06-16T09:34:57.0517927Z    Compiling find-msvc-tools v0.1.9
2026-06-16T09:34:57.0771165Z    Compiling bytes v1.11.1
2026-06-16T09:34:57.1207908Z    Compiling subtle v2.6.1
2026-06-16T09:34:57.1290792Z    Compiling futures-core v0.3.32
2026-06-16T09:34:57.2120866Z    Compiling equivalent v1.0.2
2026-06-16T09:34:57.2319559Z    Compiling smallvec v1.15.1
2026-06-16T09:34:57.2439991Z    Compiling itoa v1.0.18
2026-06-16T09:34:57.2727305Z    Compiling semver v1.0.28
2026-06-16T09:34:57.3154182Z    Compiling stable_deref_trait v1.2.1
2026-06-16T09:34:57.3395977Z    Compiling futures-io v0.3.32
2026-06-16T09:34:57.3687033Z    Compiling futures-sink v0.3.32
2026-06-16T09:34:57.3767919Z    Compiling slab v0.4.12
2026-06-16T09:34:57.4032342Z    Compiling futures-task v0.3.32
2026-06-16T09:34:57.4237004Z    Compiling generic-array v0.14.7
2026-06-16T09:34:57.4540514Z    Compiling futures-channel v0.3.32
2026-06-16T09:34:57.4850851Z    Compiling hashbrown v0.17.1
2026-06-16T09:34:57.5040763Z    Compiling bitflags v2.12.1
2026-06-16T09:34:57.5431086Z    Compiling rustversion v1.0.22
2026-06-16T09:34:57.5502813Z    Compiling cpufeatures v0.2.17
2026-06-16T09:34:57.6126992Z    Compiling rustc_version v0.4.1
2026-06-16T09:34:57.6185399Z    Compiling fnv v1.0.7
2026-06-16T09:34:57.6620667Z    Compiling cfg_aliases v0.2.1
2026-06-16T09:34:57.6712349Z    Compiling strsim v0.11.1
2026-06-16T09:34:57.6730855Z    Compiling rand_core v0.10.1
2026-06-16T09:34:57.7084083Z    Compiling litemap v0.8.2
2026-06-16T09:34:57.7190318Z    Compiling writeable v0.6.3
2026-06-16T09:34:57.7827756Z    Compiling fs_extra v1.3.0
2026-06-16T09:34:57.8008675Z    Compiling getrandom v0.4.2
2026-06-16T09:34:57.8426912Z    Compiling icu_normalizer_data v2.2.0
2026-06-16T09:34:57.9439764Z    Compiling utf8_iter v1.0.4
2026-06-16T09:34:57.9814260Z    Compiling ident_case v1.0.1
2026-06-16T09:34:58.0050758Z    Compiling dunce v1.0.5
2026-06-16T09:34:58.0172888Z    Compiling icu_properties_data v2.2.0
2026-06-16T09:34:58.0830474Z    Compiling autocfg v1.5.1
2026-06-16T09:34:58.1020781Z    Compiling percent-encoding v2.3.2
2026-06-16T09:34:58.1416485Z    Compiling http v1.4.1
2026-06-16T09:34:58.1941933Z    Compiling aws-lc-rs v1.17.0
2026-06-16T09:34:58.2545209Z    Compiling cpufeatures v0.3.0
2026-06-16T09:34:58.2993343Z    Compiling thiserror v2.0.18
2026-06-16T09:34:58.3110835Z    Compiling unicode-segmentation v1.13.3
2026-06-16T09:34:58.3220885Z    Compiling syn v2.0.117
2026-06-16T09:34:58.3330588Z    Compiling indexmap v2.14.0
2026-06-16T09:34:58.3870835Z    Compiling scopeguard v1.2.0
2026-06-16T09:34:58.4002231Z    Compiling chacha20 v0.10.0
2026-06-16T09:34:58.4651646Z    Compiling lock_api v0.4.14
2026-06-16T09:34:58.4697699Z    Compiling form_urlencoded v1.2.2
2026-06-16T09:34:58.4716711Z    Compiling untrusted v0.9.0
2026-06-16T09:34:58.4850652Z    Compiling rustls v0.23.40
2026-06-16T09:34:58.5742413Z    Compiling heck v0.5.0
2026-06-16T09:34:58.5870709Z    Compiling atomic-waker v1.1.2
2026-06-16T09:34:58.6130481Z    Compiling unicode-xid v0.2.6
2026-06-16T09:34:58.7150739Z    Compiling anyhow v1.0.102
2026-06-16T09:34:58.7152319Z    Compiling const-oid v0.10.2
2026-06-16T09:34:58.7310469Z    Compiling paste v1.0.15
2026-06-16T09:34:58.7588862Z    Compiling zerocopy v0.8.50
2026-06-16T09:34:58.7710620Z    Compiling httparse v1.10.1
2026-06-16T09:34:58.7750775Z    Compiling parking_lot_core v0.9.12
2026-06-16T09:34:58.7870952Z    Compiling jobserver v0.1.34
2026-06-16T09:34:58.8600611Z    Compiling convert_case v0.10.0
2026-06-16T09:34:58.8790452Z    Compiling num-traits v0.2.19
2026-06-16T09:34:58.9296437Z    Compiling hybrid-array v0.4.12
2026-06-16T09:34:58.9331118Z    Compiling curve25519-dalek v4.1.3
2026-06-16T09:34:59.0230701Z    Compiling ahash v0.8.12
2026-06-16T09:34:59.0390622Z    Compiling either v1.16.0
2026-06-16T09:34:59.0910452Z    Compiling cc v1.2.63
2026-06-16T09:34:59.1750263Z    Compiling base64ct v1.8.3
2026-06-16T09:34:59.1960902Z    Compiling fastrand v2.4.1
2026-06-16T09:34:59.2170327Z    Compiling powerfmt v0.2.0
2026-06-16T09:34:59.2840498Z    Compiling http-body v1.0.1
2026-06-16T09:34:59.3510777Z    Compiling crypto-common v0.1.7
2026-06-16T09:34:59.3671402Z    Compiling block-buffer v0.10.4
2026-06-16T09:34:59.4830517Z    Compiling digest v0.10.7
2026-06-16T09:34:59.4976828Z    Compiling pem-rfc7468 v1.0.0
2026-06-16T09:34:59.5071339Z    Compiling deranged v0.5.8
2026-06-16T09:34:59.5260657Z    Compiling mio v1.2.1
2026-06-16T09:34:59.5601111Z    Compiling socket2 v0.6.4
2026-06-16T09:34:59.5731052Z    Compiling getrandom v0.2.17
2026-06-16T09:34:59.7264057Z    Compiling zmij v1.0.21
2026-06-16T09:34:59.7400828Z    Compiling rand_core v0.6.4
2026-06-16T09:34:59.7720756Z    Compiling rand v0.10.1
2026-06-16T09:34:59.7930903Z    Compiling num-conv v0.2.2
2026-06-16T09:34:59.8610539Z    Compiling time-core v0.1.8
2026-06-16T09:34:59.9250322Z    Compiling tower-service v0.3.3
2026-06-16T09:34:59.9581234Z    Compiling data-encoding v2.11.0
2026-06-16T09:34:59.9652749Z    Compiling tinyvec_macros v0.1.1
2026-06-16T09:34:59.9865107Z    Compiling vcpkg v0.2.15
2026-06-16T09:35:00.0018667Z    Compiling try-lock v0.2.5
2026-06-16T09:35:00.0140640Z    Compiling base64 v0.22.1
2026-06-16T09:35:00.0169087Z    Compiling pkg-config v0.3.33
2026-06-16T09:35:00.0362727Z    Compiling tinyvec v1.11.0
2026-06-16T09:35:00.0500856Z    Compiling parking_lot v0.12.5
2026-06-16T09:35:00.0830668Z    Compiling want v0.3.1
2026-06-16T09:35:00.1030339Z    Compiling sha2 v0.10.9
2026-06-16T09:35:00.2620697Z    Compiling crypto-common v0.2.2
2026-06-16T09:35:00.3677750Z    Compiling block-buffer v0.12.0
2026-06-16T09:35:00.4542294Z    Compiling cmake v0.1.58
2026-06-16T09:35:00.5330575Z    Compiling inout v0.1.4
2026-06-16T09:35:00.5476113Z    Compiling vergen-lib v9.1.0
2026-06-16T09:35:00.6230490Z    Compiling n0-future v0.3.2
2026-06-16T09:35:00.6303481Z    Compiling winnow v1.0.3
2026-06-16T09:35:00.6400644Z    Compiling httpdate v1.0.3
2026-06-16T09:35:00.6630956Z    Compiling spin v0.10.0
2026-06-16T09:35:00.7147962Z    Compiling signature v2.2.0
2026-06-16T09:35:00.7284787Z    Compiling diatomic-waker v0.2.3
2026-06-16T09:35:00.7722593Z    Compiling cordyceps v0.3.4
2026-06-16T09:35:00.8440293Z    Compiling serde_json v1.0.150
2026-06-16T09:35:00.8743251Z    Compiling crossbeam-utils v0.8.21
2026-06-16T09:35:00.8870578Z    Compiling parking v2.2.1
2026-06-16T09:35:00.9101183Z    Compiling ed25519 v2.2.3
2026-06-16T09:35:00.9560748Z    Compiling cipher v0.4.4
2026-06-16T09:35:00.9782592Z    Compiling netlink-packet-core v0.8.1
2026-06-16T09:35:01.0460688Z    Compiling futures-lite v2.6.1
2026-06-16T09:35:01.0570272Z    Compiling universal-hash v0.5.1
2026-06-16T09:35:01.0639786Z    Compiling vergen-lib v0.1.6
2026-06-16T09:35:01.1427884Z    Compiling vergen v9.1.0
2026-06-16T09:35:01.1800442Z    Compiling digest v0.11.3
2026-06-16T09:35:01.2010766Z    Compiling futures-buffered v0.2.13
2026-06-16T09:35:01.2110699Z    Compiling heapless v0.7.17
2026-06-16T09:35:01.2112583Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-16T09:35:01.2436010Z    Compiling noq-udp v0.10.0
2026-06-16T09:35:01.2550492Z    Compiling sync_wrapper v1.0.2
2026-06-16T09:35:01.3173465Z    Compiling allocator-api2 v0.2.21
2026-06-16T09:35:01.3281538Z    Compiling opaque-debug v0.3.1
2026-06-16T09:35:01.3440462Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-16T09:35:01.3540490Z    Compiling byteorder v1.5.0
2026-06-16T09:35:01.4130840Z    Compiling aws-lc-sys v0.41.0
2026-06-16T09:35:01.4240779Z    Compiling ring v0.17.14
2026-06-16T09:35:01.4340608Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T09:35:01.5031730Z    Compiling polyval v0.6.2
2026-06-16T09:35:01.5440573Z    Compiling hash32 v0.2.1
2026-06-16T09:35:01.6370104Z    Compiling vergen-gitcl v1.0.8
2026-06-16T09:35:01.6490383Z    Compiling spin v0.9.8
2026-06-16T09:35:01.7031259Z    Compiling tower-layer v0.3.3
2026-06-16T09:35:01.7409778Z    Compiling signature v3.0.0
2026-06-16T09:35:01.7924930Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-16T09:35:01.8210660Z    Compiling fallible-iterator v0.3.0
2026-06-16T09:35:01.8400342Z    Compiling ryu v1.0.23
2026-06-16T09:35:01.8615172Z    Compiling num_threads v0.1.7
2026-06-16T09:35:01.9078185Z    Compiling ghash v0.5.1
2026-06-16T09:35:01.9121221Z    Compiling sha2 v0.11.0-rc.5
2026-06-16T09:35:01.9193025Z    Compiling ctr v0.9.2
2026-06-16T09:35:01.9840332Z    Compiling time v0.3.47
2026-06-16T09:35:02.0260386Z    Compiling aes v0.8.4
2026-06-16T09:35:02.0680854Z    Compiling fs2 v0.4.3
2026-06-16T09:35:02.0870770Z    Compiling aead v0.5.2
2026-06-16T09:35:02.2230556Z    Compiling http-body-util v0.1.3
2026-06-16T09:35:02.2300758Z    Compiling openssl-probe v0.2.1
2026-06-16T09:35:02.2625098Z    Compiling crossbeam-epoch v0.9.18
2026-06-16T09:35:02.3000678Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-16T09:35:02.4000604Z    Compiling crossbeam-channel v0.5.15
2026-06-16T09:35:02.4760659Z    Compiling blake3 v1.8.5
2026-06-16T09:35:02.4869555Z    Compiling netlink-packet-route v0.29.0
2026-06-16T09:35:02.5510742Z    Compiling uuid v1.23.2
2026-06-16T09:35:02.5580577Z    Compiling memoffset v0.6.5
2026-06-16T09:35:02.7636980Z    Compiling aes-gcm v0.10.3
2026-06-16T09:35:02.7781371Z    Compiling acto v0.8.2
2026-06-16T09:35:02.8267278Z    Compiling netwatch v0.16.0
2026-06-16T09:35:02.9095698Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T09:35:02.9667435Z    Compiling noq v0.18.0
2026-06-16T09:35:02.9990393Z    Compiling foldhash v0.2.0
2026-06-16T09:35:03.0801946Z    Compiling ref-cast v1.0.25
2026-06-16T09:35:03.1344326Z    Compiling sorted-index-buffer v0.2.1
2026-06-16T09:35:03.1480335Z    Compiling tagptr v0.2.0
2026-06-16T09:35:03.1629253Z    Compiling lru-slab v0.1.2
2026-06-16T09:35:03.1880376Z    Compiling rustc-hash v2.1.2
2026-06-16T09:35:03.2350706Z    Compiling rustix v1.1.4
2026-06-16T09:35:03.2845074Z    Compiling identity-hash v0.1.0
2026-06-16T09:35:03.2946063Z    Compiling thiserror v1.0.69
2026-06-16T09:35:03.3028779Z    Compiling mac-addr v0.3.0
2026-06-16T09:35:03.3170581Z    Compiling xml-rs v0.8.28
2026-06-16T09:35:03.3532025Z    Compiling synstructure v0.13.2
2026-06-16T09:35:03.4008447Z    Compiling darling_core v0.20.11
2026-06-16T09:35:03.5151606Z    Compiling serde_derive_internals v0.29.1
2026-06-16T09:35:03.5941354Z    Compiling hashbrown v0.16.1
2026-06-16T09:35:03.7014814Z    Compiling netlink-packet-route v0.30.0
2026-06-16T09:35:04.0620630Z    Compiling proc-macro-crate v3.5.0
2026-06-16T09:35:04.2520671Z    Compiling xmltree v0.10.3
2026-06-16T09:35:04.3721673Z    Compiling ioctl-rs v0.1.6
2026-06-16T09:35:04.4111216Z    Compiling termios v0.2.2
2026-06-16T09:35:04.4317441Z    Compiling serial-core v0.4.0
2026-06-16T09:35:04.4422466Z    Compiling errno v0.3.14
2026-06-16T09:35:04.4570817Z    Compiling aho-corasick v1.1.4
2026-06-16T09:35:04.4722747Z    Compiling simple-dns v0.9.3
2026-06-16T09:35:04.5690822Z    Compiling sha1_smol v1.0.1
2026-06-16T09:35:04.5811022Z    Compiling constant_time_eq v0.4.2
2026-06-16T09:35:04.5921223Z    Compiling signal-hook v0.3.18
2026-06-16T09:35:04.6281259Z    Compiling smol_str v0.1.24
2026-06-16T09:35:04.6352184Z    Compiling resolv-conf v0.7.6
2026-06-16T09:35:04.6610767Z    Compiling arrayref v0.3.9
2026-06-16T09:35:04.7161533Z    Compiling regex-syntax v0.8.10
2026-06-16T09:35:04.7547913Z    Compiling toml_write v0.1.2
2026-06-16T09:35:04.7738105Z    Compiling winnow v0.7.15
2026-06-16T09:35:04.8396279Z    Compiling simdutf8 v0.1.5
2026-06-16T09:35:04.8530712Z    Compiling arrayvec v0.7.6
2026-06-16T09:35:04.9726402Z    Compiling linux-raw-sys v0.12.1
2026-06-16T09:35:05.0860809Z    Compiling serial-unix v0.4.0
2026-06-16T09:35:05.1604074Z    Compiling signal-hook-registry v1.4.8
2026-06-16T09:35:05.2096050Z    Compiling lru v0.16.4
2026-06-16T09:35:05.3780737Z    Compiling darling_core v0.23.0
2026-06-16T09:35:05.4310374Z    Compiling serde_bytes v0.11.19
2026-06-16T09:35:05.4878549Z    Compiling serde_derive v1.0.228
2026-06-16T09:35:05.5138037Z    Compiling zeroize_derive v1.4.3
2026-06-16T09:35:05.6860565Z    Compiling tokio-macros v2.7.0
2026-06-16T09:35:05.7673477Z    Compiling zerofrom-derive v0.1.7
2026-06-16T09:35:06.1420122Z    Compiling zeroize v1.8.2
2026-06-16T09:35:06.3847155Z    Compiling futures-macro v0.3.32
2026-06-16T09:35:06.4150691Z    Compiling tokio v1.52.3
2026-06-16T09:35:06.8450735Z    Compiling yoke-derive v0.8.2
2026-06-16T09:35:07.1929351Z    Compiling zerovec-derive v0.11.3
2026-06-16T09:35:07.2036751Z    Compiling zerofrom v0.1.8
2026-06-16T09:35:07.2360825Z    Compiling displaydoc v0.2.6
2026-06-16T09:35:07.3161682Z    Compiling tracing-attributes v0.1.31
2026-06-16T09:35:07.3230695Z    Compiling rustls-pki-types v1.14.1
2026-06-16T09:35:07.4720623Z    Compiling futures-util v0.3.32
2026-06-16T09:35:08.0551165Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-16T09:35:08.0961165Z    Compiling thiserror-impl v2.0.18
2026-06-16T09:35:08.2048897Z    Compiling yoke v0.8.3
2026-06-16T09:35:08.3984426Z    Compiling zerotrie v0.2.4
2026-06-16T09:35:08.6229332Z    Compiling zerovec v0.11.6
2026-06-16T09:35:08.7712255Z    Compiling darling_macro v0.20.11
2026-06-16T09:35:08.8057920Z    Compiling derive_more-impl v2.1.1
2026-06-16T09:35:09.0093521Z    Compiling spez v0.1.2
2026-06-16T09:35:09.0971344Z    Compiling darling v0.20.11
2026-06-16T09:35:09.1354504Z    Compiling n0-error-macros v0.1.3
2026-06-16T09:35:09.1631433Z    Compiling derive_builder_core v0.20.2
2026-06-16T09:35:09.2010838Z    Compiling der v0.8.0-rc.10
2026-06-16T09:35:09.4141703Z    Compiling tinystr v0.8.3
2026-06-16T09:35:09.4538580Z    Compiling potential_utf v0.1.5
2026-06-16T09:35:09.5961027Z    Compiling icu_collections v2.2.0
2026-06-16T09:35:09.6430802Z    Compiling icu_locale_core v2.2.0
2026-06-16T09:35:09.9990969Z    Compiling pin-project-internal v1.1.13
2026-06-16T09:35:10.3972027Z    Compiling cobs v0.3.0
2026-06-16T09:35:10.4250754Z    Compiling n0-error v0.1.3
2026-06-16T09:35:10.5397307Z    Compiling derive_builder_macro v0.20.2
2026-06-16T09:35:10.6077880Z    Compiling ed25519-dalek v2.2.0
2026-06-16T09:35:10.8261151Z    Compiling ipnet v2.12.0
2026-06-16T09:35:10.8441092Z    Compiling icu_provider v2.2.0
2026-06-16T09:35:11.0178239Z    Compiling derive_builder v0.20.2
2026-06-16T09:35:11.0908281Z    Compiling spki v0.8.0-rc.4
2026-06-16T09:35:11.2801179Z    Compiling icu_properties v2.2.0
2026-06-16T09:35:11.3319352Z    Compiling icu_normalizer v2.2.0
2026-06-16T09:35:11.4750717Z    Compiling once_cell v1.21.4
2026-06-16T09:35:11.5091798Z    Compiling pin-project v1.1.13
2026-06-16T09:35:11.5217484Z    Compiling futures-executor v0.3.32
2026-06-16T09:35:11.5520696Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-16T09:35:11.5622721Z    Compiling prefix-trie v0.8.4
2026-06-16T09:35:11.6181473Z    Compiling spt-proto v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-16T09:35:11.7133235Z    Compiling tracing-core v0.1.36
2026-06-16T09:35:11.7947126Z    Compiling futures v0.3.32
2026-06-16T09:35:11.8732542Z    Compiling ed25519 v3.0.0-rc.4
2026-06-16T09:35:11.9630969Z    Compiling hashbrown v0.14.5
2026-06-16T09:35:11.9820697Z    Compiling postcard-derive v0.2.2
2026-06-16T09:35:12.1540951Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-16T09:35:12.3100764Z    Compiling tracing v0.1.44
2026-06-16T09:35:12.3995511Z    Compiling rustls-native-certs v0.8.4
2026-06-16T09:35:12.5981590Z    Compiling tokio-util v0.7.18
2026-06-16T09:35:12.6460993Z    Compiling netlink-sys v0.8.8
2026-06-16T09:35:12.6781187Z    Compiling postcard v1.1.3
2026-06-16T09:35:12.8340759Z    Compiling idna_adapter v1.2.2
2026-06-16T09:35:12.8619252Z    Compiling hashlink v0.9.1
2026-06-16T09:35:12.8746518Z    Compiling data-encoding-macro v0.1.20
2026-06-16T09:35:12.9245312Z    Compiling idna v1.1.0
2026-06-16T09:35:12.9411092Z    Compiling tower v0.5.3
2026-06-16T09:35:12.9486267Z    Compiling num_enum_derive v0.7.6
2026-06-16T09:35:12.9748810Z    Compiling iroh-metrics-derive v0.4.1
2026-06-16T09:35:13.1320554Z    Compiling async-trait v0.1.89
2026-06-16T09:35:13.1620893Z    Compiling strum_macros v0.28.0
2026-06-16T09:35:13.1728001Z    Compiling enum-assoc v1.3.0
2026-06-16T09:35:13.1951194Z    Compiling iroh-relay v0.98.0
2026-06-16T09:35:13.2104787Z    Compiling netlink-proto v0.12.0
2026-06-16T09:35:13.2690524Z    Compiling rusqlite v0.32.1
2026-06-16T09:35:13.4652772Z    Compiling url v2.5.8
2026-06-16T09:35:13.4725297Z    Compiling derive_more v2.1.1
2026-06-16T09:35:13.5465064Z    Compiling iroh-metrics v0.38.3
2026-06-16T09:35:13.5560594Z    Compiling netdev v0.42.0
2026-06-16T09:35:13.6529675Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-16T09:35:13.6720518Z    Compiling h2 v0.4.14
2026-06-16T09:35:14.0710843Z    Compiling num_enum v0.7.6
2026-06-16T09:35:14.1181356Z    Compiling n0-watcher v0.6.1
2026-06-16T09:35:14.1279422Z    Compiling tokio-stream v0.1.18
2026-06-16T09:35:14.1850799Z    Compiling moka v0.12.15
2026-06-16T09:35:14.2299360Z    Compiling serde_spanned v0.6.9
2026-06-16T09:35:14.2659387Z    Compiling toml_datetime v0.6.11
2026-06-16T09:35:14.2807837Z    Compiling thiserror-impl v1.0.69
2026-06-16T09:35:14.2910604Z    Compiling ref-cast-impl v1.0.25
2026-06-16T09:35:14.3852188Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T09:35:14.4676340Z    Compiling iroh-base v0.98.0
2026-06-16T09:35:14.5840704Z    Compiling spt-store v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-16T09:35:14.6290586Z    Compiling tower-http v0.6.11
2026-06-16T09:35:14.8070816Z    Compiling attohttpc v0.30.1
2026-06-16T09:35:14.9290791Z    Compiling toml_edit v0.22.27
2026-06-16T09:35:15.1969191Z    Compiling webpki-roots v1.0.7
2026-06-16T09:35:15.2280736Z    Compiling regex-automata v0.4.14
2026-06-16T09:35:15.2655662Z    Compiling schemars_derive v1.2.1
2026-06-16T09:35:15.2668025Z    Compiling hmac v0.12.1
2026-06-16T09:35:15.3030889Z    Compiling seize v0.5.1
2026-06-16T09:35:15.4240730Z    Compiling iroh v0.98.2
2026-06-16T09:35:15.5000527Z    Compiling utf8parse v0.2.2
2026-06-16T09:35:15.5806714Z    Compiling dyn-clone v1.0.20
2026-06-16T09:35:15.6682816Z    Compiling bitflags v1.3.2
2026-06-16T09:35:15.7100835Z    Compiling rustix v0.38.44
2026-06-16T09:35:15.7387375Z    Compiling cmov v0.5.4
2026-06-16T09:35:15.7790604Z    Compiling pin-utils v0.1.0
2026-06-16T09:35:15.8081729Z    Compiling anstyle-parse v1.0.0
2026-06-16T09:35:15.8451033Z    Compiling nix v0.25.1
2026-06-16T09:35:16.0360864Z    Compiling ctutils v0.4.2
2026-06-16T09:35:16.0489919Z    Compiling papaya v0.2.4
2026-06-16T09:35:16.0976697Z    Compiling filedescriptor v0.8.3
2026-06-16T09:35:16.1535566Z    Compiling hkdf v0.12.4
2026-06-16T09:35:16.3020686Z    Compiling backon v1.6.0
2026-06-16T09:35:16.3190375Z    Compiling strum v0.28.0
2026-06-16T09:35:16.3550252Z    Compiling darling_macro v0.23.0
2026-06-16T09:35:16.4279895Z    Compiling iroh-dns v0.98.0
2026-06-16T09:35:16.5591313Z    Compiling serial v0.4.0
2026-06-16T09:35:16.5710746Z    Compiling linux-raw-sys v0.4.15
2026-06-16T09:35:16.6434707Z    Compiling foldhash v0.1.5
2026-06-16T09:35:16.6595437Z    Compiling shell-words v1.1.1
2026-06-16T09:35:16.7574310Z    Compiling is_terminal_polyfill v1.70.2
2026-06-16T09:35:16.7750679Z    Compiling anstyle v1.0.14
2026-06-16T09:35:16.8190510Z    Compiling anstyle-query v1.1.5
2026-06-16T09:35:16.8263595Z    Compiling instability v0.3.12
2026-06-16T09:35:16.8264483Z    Compiling downcast-rs v1.2.1
2026-06-16T09:35:16.8364049Z    Compiling colorchoice v1.0.5
2026-06-16T09:35:16.9040288Z    Compiling hashbrown v0.15.5
2026-06-16T09:35:16.9170517Z    Compiling darling v0.23.0
2026-06-16T09:35:16.9331033Z    Compiling signal-hook-mio v0.2.5
2026-06-16T09:35:16.9971184Z    Compiling anstream v1.0.0
2026-06-16T09:35:17.0120614Z    Compiling spake2 v0.4.0
2026-06-16T09:35:17.0340875Z    Compiling terminal_size v0.4.4
2026-06-16T09:35:17.0447540Z    Compiling strum_macros v0.26.4
2026-06-16T09:35:17.0516333Z    Compiling sha1 v0.10.6
2026-06-16T09:35:17.1550840Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T09:35:17.2940447Z    Compiling itertools v0.13.0
2026-06-16T09:35:17.3342941Z    Compiling spt-msg v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-16T09:35:17.4020540Z    Compiling castaway v0.2.4
2026-06-16T09:35:17.4720351Z    Compiling schemars v1.2.1
2026-06-16T09:35:17.5126167Z    Compiling toml v0.8.23
2026-06-16T09:35:17.7171437Z    Compiling clap_lex v1.1.0
2026-06-16T09:35:18.0070783Z    Compiling doctest-file v1.1.1
2026-06-16T09:35:18.2861462Z    Compiling unicode-width v0.1.14
2026-06-16T09:35:18.3050767Z    Compiling static_assertions v1.1.0
2026-06-16T09:35:18.3811068Z    Compiling indoc v2.0.7
2026-06-16T09:35:18.6229387Z    Compiling regex v1.12.3
2026-06-16T09:35:18.6940752Z    Compiling interprocess v2.4.2
2026-06-16T09:35:18.9241149Z    Compiling compact_str v0.8.2
2026-06-16T09:35:19.4171288Z    Compiling spt-runtime v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-16T09:35:19.5650748Z    Compiling unicode-truncate v1.1.0
2026-06-16T09:35:19.6590742Z    Compiling crossterm v0.28.1
2026-06-16T09:35:19.6900731Z    Compiling clap_builder v4.6.0
2026-06-16T09:35:19.7290737Z    Compiling lru v0.12.5
2026-06-16T09:35:19.8387955Z    Compiling strum v0.26.3
2026-06-16T09:35:19.9565095Z    Compiling hyper v1.10.1
2026-06-16T09:35:20.0097337Z    Compiling clap_derive v4.6.1
2026-06-16T09:35:20.0489283Z    Compiling unicode-width v0.2.0
2026-06-16T09:35:20.3331449Z    Compiling portable-pty v0.8.1
2026-06-16T09:35:20.3521599Z    Compiling cassowary v0.3.0
2026-06-16T09:35:20.4271119Z    Compiling iana-time-zone v0.1.65
2026-06-16T09:35:20.6257417Z    Compiling chrono v0.4.45
2026-06-16T09:35:20.8041465Z    Compiling spt-term v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-16T09:35:20.8800737Z    Compiling ratatui v0.29.0
2026-06-16T09:35:21.1985242Z    Compiling nucleo-matcher v0.3.1
2026-06-16T09:35:21.4588584Z    Compiling qrcode v0.14.1
2026-06-16T09:35:21.4920955Z    Compiling tempfile v3.27.0
2026-06-16T09:35:22.0470589Z    Compiling hyper-util v0.1.20
2026-06-16T09:35:22.3441198Z    Compiling spt-live v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-16T09:35:22.6225716Z    Compiling clap v4.6.1
2026-06-16T09:35:24.0835144Z    Compiling igd-next v0.17.1
2026-06-16T09:35:25.1228580Z    Compiling portmapper v0.16.0
2026-06-16T09:35:29.2680285Z    Compiling rustls-webpki v0.103.13
2026-06-16T09:35:31.6408401Z    Compiling tokio-rustls v0.26.4
2026-06-16T09:35:31.6409233Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T09:35:31.6409843Z    Compiling noq-proto v0.17.0
2026-06-16T09:35:31.7763040Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T09:35:31.7763593Z    Compiling hyper-rustls v0.27.9
2026-06-16T09:35:31.7763970Z    Compiling tokio-websockets v0.13.2
2026-06-16T09:35:31.9058730Z    Compiling reqwest v0.13.4
2026-06-16T09:35:32.8320125Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T09:35:46.5600481Z    Compiling spt-net v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-16T09:35:47.9137610Z    Compiling spt-daemon v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-16T09:35:54.5879902Z    Compiling spt v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-16T09:35:58.0921471Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-16T09:35:58.1150378Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-1f7311949ecf8fbf)
2026-06-16T09:35:58.1163646Z 
2026-06-16T09:35:58.1163820Z running 1 test
2026-06-16T09:36:04.3003929Z test new_brain_serves_against_old_broker ... ok
2026-06-16T09:36:04.3004241Z 
2026-06-16T09:36:04.3004534Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-16T09:36:04.3004883Z 
